tools/xenstore: remove XEN_LIB_STORED and XENSTORED_ROOTDIR
authorJuergen Gross <jgross@suse.com>
Wed, 2 Nov 2022 11:07:57 +0000 (12:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 2 Nov 2022 11:07:57 +0000 (12:07 +0100)
commit1283af6465cd14934e89a088f8abef577d013761
treeeeca88e313072ce7eccf74cded65c759adf22ab6
parent0d251a1dd15f9c406de2d7d7fe018c4e6e454215
tools/xenstore: remove XEN_LIB_STORED and XENSTORED_ROOTDIR

XEN_LIB_STORED is serving no real purpose, as it is a mount point for
a tmpfs, so it can be replaced easily by XEN_RUN_STORED.

XENSTORED_ROOTDIR is basically unused already, there is just a single
reference in xs_daemon_rootdir() with a fallback to XEN_LIB_STORED,
and a .gdbinit file setting it.

Remove the .gdbinit file, as it is not known having been used since
ages, and make xs_daemon_rootdir() an alias of xs_daemon_rundir().

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
14 files changed:
config/Paths.mk.in
configure
docs/configure
m4/paths.m4
tools/configure
tools/configure.ac
tools/hotplug/FreeBSD/rc.d/xencommons.in
tools/hotplug/Linux/systemd/Makefile
tools/hotplug/Linux/systemd/var-lib-xenstored.mount.in [deleted file]
tools/libs/store/Makefile
tools/xenstore/.gdbinit [deleted file]
tools/xenstore/Makefile
tools/xenstore/Makefile.common
tools/xenstore/xs_lib.c